home *** CD-ROM | disk | FTP | other *** search
/ Power Bytes: Money & Finance / PowerBytes Money and Finance CD-ROM 01 / PowerBytes Money and Finance CD-ROM 01.iso / New Files / Icarus / card_2836.txt < prev    next >
Encoding:
Text File  |  1988-09-17  |  885 b   |  42 lines

  1. -- card: 2836 from stack: in
  2. -- bmap block id: 3165
  3. -- flags: 0000
  4. -- background id: 2766
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: A003
  11. -- rect: left=357 top=300 right=326 bottom=418
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: fly
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   --the icarus font was painted on with "Tokyo" from Dubl-Click, Inc.
  23.   --ΓÇÿicarus 0.88├ƒΓÇÖ is brought to you by Coconut Info, PO Box 75453, Honolulu, HI
  24.  
  25.   hide card button "fly"
  26.   lock screen
  27.   hide bg pict
  28.   unlock screen with dissolve
  29.   repeat with x=2 to 18
  30.     go card x
  31.   end repeat
  32.   lock screen
  33.   go card 1
  34.   unlock screen with dissolve  slowly
  35.   lock screen
  36.   show bg pict
  37.   unlock screen with dissolve
  38.   show card button "fly"
  39.  
  40. end mouseUp
  41.  
  42.